home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000262_news@columbia.edu _Tue May 2 10:37:04 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA25666
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 2 May 2000 10:37:01 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA17055
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 2 May 2000 10:37:01 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA12106
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 2 May 2000 10:34:06 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: MS-DOS null cable
  14. Date: 2 May 2000 14:34:05 GMT
  15. Organization: Columbia University
  16. Message-ID: <8emp0t$bq7$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8emnkc$1ei$1@nnrp1.deja.com>,
  20. Peter Easthope  <peter_easthope@gulfnet.pinc.com> wrote:
  21. : In <3905B873.3F230E52@home.com> posted at 2000 Apr 25,
  22. : Andre Cormeau <NOacorSPAM@home.com> wrote,
  23. : ac> I am having no luck with a null modem connection ...
  24. : Most documentation, EIA-RS-232 for example, assumes the 25
  25. : pin connector.  In an e-mail Mark Sapiro reported this
  26. : correspondence between the two connectors.
  27. Note that null modem wiring diagrams are given in the Kermit
  28. books.  The difference between a true null modem and minimal
  29. fakeout cable is also explained there.  You'll also find
  30. the pinouts for DB-25, DB-9, and Mini Din-8 connectors, e.g.
  31. on page 492-496 of "Using C-Kermit".
  32.  
  33. The PC serial port is standard RS-232/V.24 as far as the
  34. 10 pins commonly used for asynchronous communication are
  35. concerned.
  36.  
  37. The Macintosh serial port is not RS-232 at all.  In order
  38. to connect a Macintosh port to an RS-232 device, custom
  39. wiring is needed that shorts certain of the Macintosh pins
  40. together.  This technique does NOT carry over to non-Macintosh
  41. platforms.
  42.  
  43. - Frank